Fix last change.
authorGerd Moellmann <gerd@gnu.org>
Fri, 12 Jan 2001 14:10:17 +0000 (14:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 12 Jan 2001 14:10:17 +0000 (14:10 +0000)
src/dispnew.c

index 7bdfaa5cac64f40422fa781b885fb52a0f43e4e1..dff5c91719df6370c92474170b3b6f2238440794 100644 (file)
@@ -4204,8 +4204,7 @@ update_text_area (w, vpos)
       /* If the desired row extends its face to the text area end,
         make sure we write at least one glyph, so that the face
         extension actually takes place.  */
-      if (MATRIX_ROW_EXTENDS_FACE_P (desired_row)
-         && !w->pseudo_window_p)
+      if (MATRIX_ROW_EXTENDS_FACE_P (desired_row))
        --desired_stop_pos;
 #endif